How to change backcolor of button control dynamically
5172
12-Mar-2011
Anonymous User
12-Mar-2011System.Windows.Controls.Button b = new System.Windows.Controls.Button();
b.Content = "OK";
b.Background = System.Windows.Media.Brushes.Red;